send

suspend fun send(setup: BatchRequestBuilder.() -> Unit): List<BatchResponse>

Batch and transactional create/update/upsert/delete of multiple records in a single request.

Use the DSL functions to create a batch request. See readme for examples.